From e515d8990e224fdc8dff420d6d9b5b9d3f1e8864 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Feb 2001 06:43:44 +0000 Subject: [PATCH] (eval-expression): Doc fix. --- lisp/simple.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 0af34931da1..147f1303c3b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -581,8 +581,11 @@ If nil, don't change the value of `debug-on-error'." ;; for the sake of completion of names like eval-region, eval-current-buffer. (defun eval-expression (eval-expression-arg &optional eval-expression-insert-value) - "Evaluate EXPRESSION and print value in minibuffer. -Value is also consed on to front of the variable `values'." + "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area. +Value is also consed on to front of the variable `values'. +Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means +insert the result into the current buffer instead of printing it in +the echo area." (interactive (list (read-from-minibuffer "Eval: " nil read-expression-map t -- 2.30.2